home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / glibc108.zip / glibc108 / locale / C-response.c < prev    next >
C/C++ Source or Header  |  1991-07-16  |  243b  |  13 lines

  1. #include <ansidecl.h>
  2. #include <localeinfo.h>
  3. #include <stddef.h>
  4.  
  5.  
  6. CONST struct response_info __response_C =
  7.   {
  8.     (char *) "[yY][[:alpha:]]",
  9.     (char *) "[nN][[:alpha:]]"
  10.   };
  11.  
  12. CONST struct response_info *_response_info = &__response_C;
  13.